home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003b.iso / Antywirusy / Panda AntiVirus Platinum 7 / plat7shin.exe / data1.cab / Comunes / Platmsg.dll / 0 / RCDATA / TFORMADJUNTOPELIGROSO / TFORMADJUNTOPELIGROSO.txt
Text File  |  2002-10-11  |  3KB  |  121 lines

  1. object FormAdjuntoPeligroso: TFormAdjuntoPeligroso
  2.   Left = 645
  3.   Top = 223
  4.   Width = 250
  5.   Height = 182
  6.   Caption = 'FormAdjuntoPeligroso'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel: TPndPopupPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 242
  21.     Height = 155
  22.     HeaderFont.Charset = DEFAULT_CHARSET
  23.     HeaderFont.Color = clWhite
  24.     HeaderFont.Height = -11
  25.     HeaderFont.Name = 'Tahoma'
  26.     HeaderFont.Style = [fsBold]
  27.     HeaderText = 'Deseo...'
  28.     IconImages = ImageListIcono
  29.     IconIndex = 12
  30.     ItemImages = ImageListItems
  31.     Items = <
  32.       item
  33.         Caption = 'Mover los archivos al ∩┐╜rea de cuarentena'
  34.         Visible = False
  35.         ImageIndex = 37
  36.         OnClick = MoverArchivo
  37.         MostrarEnReducido = True
  38.         TipoItem = 1
  39.       end
  40.       item
  41.         Caption = 'Ignorar este aviso'
  42.         Visible = False
  43.         ImageIndex = 35
  44.         OnClick = IgnorarAviso
  45.         MostrarEnReducido = True
  46.         TipoItem = 1
  47.       end
  48.       item
  49.         Caption = 'Ayuda'
  50.         Visible = False
  51.         ImageIndex = 27
  52.         OnClick = Ayuda
  53.         MostrarEnReducido = True
  54.         TipoItem = 1
  55.       end
  56.       item
  57.         Caption = 'Borrar los archivos peligrosos'
  58.         Visible = False
  59.         ImageIndex = 34
  60.         OnClick = BorrarArchivo
  61.         TipoItem = 1
  62.       end
  63.       item
  64.         Caption = 'Eliminar los adjuntos del mensaje'
  65.         Visible = False
  66.         ImageIndex = 33
  67.         OnClick = BorrarArchivo
  68.         MostrarEnReducido = True
  69.         TipoItem = 2
  70.       end
  71.       item
  72.         Caption = 'Mover los adjuntos al ∩┐╜rea de cuarentena'
  73.         Visible = False
  74.         ImageIndex = 37
  75.         OnClick = MoverArchivo
  76.         MostrarEnReducido = True
  77.         TipoItem = 2
  78.       end
  79.       item
  80.         Caption = 'Ignorar este aviso'
  81.         ImageIndex = 35
  82.         OnClick = IgnorarAviso
  83.         MostrarEnReducido = True
  84.         TipoItem = 2
  85.       end
  86.       item
  87.         Caption = 'Ayuda'
  88.         Visible = False
  89.         ImageIndex = 27
  90.         OnClick = Ayuda
  91.         MostrarEnReducido = True
  92.         TipoItem = 2
  93.       end
  94.       item
  95.         Caption = 'Consultar el informe'
  96.         ImageIndex = 22
  97.         OnClick = MostrarInforme
  98.         MostrarSoloEnAlertasAgrupadas = True
  99.       end>
  100.     ItemsFont.Charset = DEFAULT_CHARSET
  101.     ItemsFont.Color = clBlack
  102.     ItemsFont.Height = -11
  103.     ItemsFont.Name = 'Tahoma'
  104.     ItemsFont.Style = []
  105.     PrioridadMensaje = pmAlertaUsuario
  106.     TextoAlertasAgrupadas = 
  107.       'En el informe se encuentran nuevas notificaciones similares a es' +
  108.       'ta'
  109.   end
  110.   object ImageListIcono: TImageList
  111.     Height = 48
  112.     Width = 48
  113.     Left = 180
  114.     Top = 48
  115.   end
  116.   object ImageListItems: TImageList
  117.     Left = 184
  118.     Top = 96
  119.   end
  120. end
  121.